home *** CD-ROM | disk | FTP | other *** search
- Path: news.unt.edu!news
- From: Steve Fogoros <sfogoros@hsc.unt.edu>
- Newsgroups: comp.lang.c
- Subject: Re: ?? How to dump text files to screen ??
- Date: Fri, 15 Mar 1996 23:51:41 -0800
- Organization: University of North Texas Health Science Center
- Message-ID: <314A730D.7B56@hsc.unt.edu>
- References: <31430CE8.469E@aol2.com> <4iddva$aic@sue.cc.uregina.ca>
- NNTP-Posting-Host: sfogoros.hsc.unt.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win16; I)
-
- I missed one. if (argc >= 1) should be if (argc == 2). This allows
- entry into the block when one and only one argument is provided on the
- command line.
- --
- Steve Fogoros, Academic Information Coordinator
- University of North Texas Health Science Center
- sfogoros@hsc.unt.edu
-